Skip to content

Add AST to the glossary #23537

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 20, 2015
Merged

Add AST to the glossary #23537

merged 1 commit into from
Mar 20, 2015

Conversation

steveklabnik
Copy link
Member

Fixes #22551

('grammar' wasn't really used in the chapter at all)

@rust-highfive
Copy link
Contributor

r? @alexcrichton

(rust_highfive has picked a reviewer for you, use r? to override)

@@ -14,3 +14,26 @@ let z = (8, 2, 6);
```

In the example above `x` and `y` have arity 2. `z` has arity 3.

### Abstract Syntax Tree
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe this could include the 'AST' abbreviation (not necessarily in the title, but somewhere).

@alexcrichton
Copy link
Member

r=me with @huonw's suggestion

@steveklabnik
Copy link
Member Author

@bors: r=alexcrichton rollup

@bors
Copy link
Collaborator

bors commented Mar 20, 2015

📌 Commit af09763 has been approved by alexcrichton

bors added a commit that referenced this pull request Mar 20, 2015
Fixes #22551

('grammar' wasn't really used in the chapter at all)
@bors
Copy link
Collaborator

bors commented Mar 20, 2015

⌛ Testing commit af09763 with merge ecdf792...

@bors
Copy link
Collaborator

bors commented Mar 20, 2015

@bors bors merged commit af09763 into rust-lang:master Mar 20, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Define macro-related terms like "grammar" and "syntax tree"
5 participants